Latest Server related questions

Score: 0
SSL authentication failed with 403.7 on windows server 2022
in flag

We have a list of web services & wcf project [Sslprotocols.TLS12 as hardcoded] configured with selfsigned certificates, which will be deployed in IIS & able to access the webservices successfully on the other windows server i.e windows server 2016, 2012, etc...

But on Windows Server 2022 [v21H2 OS build 20348.230] with IIS [v10.0.20348.1], we get 403.7 forbidden with access denied error w ...

Score: 0
Mathéo Tichy avatar
ssmtp don't work and don't want to log
pk flag

I've configured SSMTP to send mail, but the problem is that i can't send mail from my webserver and there is no logs in /var/log. Sometimes, i've got Sender mismatch in apache logs.

My config : Debian 11, and webserver into a Docker container.

This is my config of SSMTP :

hostname=domain.fr
root=no-reply@domain.fr
mailhub=mail.infomaniak.com:587
AuthUser=no-reply@domain.fr
AuthPass=PASS
UseTLS=YES
 ...
Score: 0
Daniel avatar
Create new SubCA certificate fails with NTE_PROV_TYPE_NOT_DEF
in flag

I am trying to manually create a key and CSR for a new Windows AD CS Enterprise Subordinate CA (Windows Server 2019).

I'd like to store the key in the modern Microsoft Software Key Storage Provider.

It fails with Provider type not defined. 0x80090017 (-2146893801 NTE_PROV_TYPE_NOT_DEF).

The command I use is: certreq.exe -new C:\requestconfig.inf C:\certificate.req

The C:\requestconfig.inf file is  ...

Score: 0
br4nnigan avatar
"random" subdomain is shown on invalid subdomain instead of error page
br flag

So for example if I enter a non existing qwerty.mydomain.com the content of actual.mydomain.com is shown. I would expect an error page (or redirect to mydomain.com).

Does the try_files clause play a role and is it important at which point it stands (order)?

mydomain conf:

server {
    listen 443 ssl; # managed by Certbot

    listen 8448 ssl http2;

    server_name mydomain.com ;

    root /var/www/mydom ...
Score: 0
check_kvm_support script failed to start error when attempting to create VM
cn flag

When I attempt to initialise a VM on Debian 10 instance I am getting an error :

multipass launch --name kube-master --cpus 1 --mem 1024M --disk 3G


launch failed: The check_kvm_support script failed to start. Ensure it is in multipassd's PATH.

I checked virtualization parameters and the instance has Microsoft virtualization (not kvm):

lscpu
CPU family:          6
Model:               63
Model na ...
Score: 0
access_granted avatar
What is the easiest way to create an image of an existing running Windows 10 or Windows Server system?
cn flag

For the purposes of, let's say, moving it to a cloud location?

I do recall doing it for a client, transplanting them to Azure, but I don't recall how they created an image. Azure simply had an interface to create an OS from an image we were supplying.

Windows 10, Windows Server or even Windows 7 - each option would be interesting.

EDIT: the upload I am creating is not intended for Azure, but a smaller  ...

Score: 0
frontend HTTPS access to http backend ngix
cn flag

I have a frontend in Angular which support https,while I have a backend at port 10080 which support http. I try a few way of reverse proxy in the ngix configuration file but it still facing the same issues.

While I try this method always get the error "Access to XMLHttpRequest at 'https://example.com:30080/api/remoteControl/getactiveusers' from origin 'https://example.com' has been blocked by COR ...

Score: 2
Surya H avatar
How to restore RAID1 configuration with 2 different HardDrives in CentOS-7
in flag

We have a server (HP ProLiant ML10 Gen 9) that came with Two Identical Hard disks. It was assumed that the server supports hardware RAID 1 (Mirror), and the CentOS-7 was installed in it. But later we got to know that the server doesn't support Hardware RAID1 and also the software RAID1 was not configured properly.

lsblk output shows like this

[root@himalaya ~]# lsblk
NAME                   MAJ:MIN R ...
Score: 0
Head and toes avatar
Installing Oracle Java in Red Hat Enterprise Linux
ca flag

I am seeking advice on a solution for updating Oracle Java in a large number of hosts -

We have a large number of RHEL hosts, and we would like to use yum update rather than rpm install for upgrading Oracle java, as yum update would install the latest version of the java on those hosts, and we can easily automate the version upgrade through using yum update playbooks.

However, my understanding is th ...

Score: 0
DisplayName avatar
IIS Load balancing
kz flag

Last week we deployed IIS websites under a Load balancer and web hosting path is replicated using DFS. Now I see if I add a website in server 1, I also need to add it on server2. Is there any way to have it replicated, like we add websites or do changes in bindings or anything, it also gets reflected on the other server? Server 2019 on Azure.

Score: 0
Ubuntu VirtualHost on port 8003 not working remotly
tr flag

I trying create Apache Virtual Host on port 8003.

My site configuration file (/etc/apache2/sites-available/test.oracle.dev.conf):

<VirtualHost *:8003>
    DocumentRoot /var/www/html/test

    ServerName test.oracle.tf
    
    <Directory "/var/www/html/test">
        allow from all
        Options None
        Require all granted
    </Directory>
</VirtualHost>

<VirtualHost ...
Score: 0
stack overflow avatar
What, exactly, is the difference between "host only" and "LAN segment" in VMware?
cn flag

From what I understand, with LAN segment you have to manually create a route (routing table) while host only does it for you.

Can someone clarify?

Score: 0
Why doesn't qbittorrent work when using a openvpn kill switch?
sn flag

I am trying to implement a OpenVPN killswitch. My goal is for ALL traffic to be forced through the OpenVPN tun interface

++ iptables -vL -n -t filter
Chain INPUT (policy DROP 2 packets, 221 bytes)
 pkts bytes target     prot opt in     out     source               destination
 3064  543K ACCEPT     all  --  *      *       10.1.3.0/24          0.0.0.0/0
   65  8711 ACCEPT     all  --  lo     *       ...
Score: 0
Will a RAID controller pass on flush commands when controller's cache is in write-through mode?
in flag

When the controller's battery-backed write cache is disabled, but the drive's write caches are enabled, will the controller pass on the flush commands from the OS to the drives (all physical drives in RAID0 or RAID1 virtual drives)?

The reason I ask is that the performance is much better with the drive caches enabled. It's even much better than with drive caches off and controller's cache on. If  ...

Score: 0
Appleoddity avatar
failed to find platform in manifest.json when sharing AWS Systems Manager Distributor package between AWS accounts
ng flag

I created an AWS Systems Manager Distributor package in one AWS account that will install an application on Windows, Ubuntu, Amazon Linux, or Redhat. The manifest and associated packages are stored in an S3 bucket owned by the same account. I modified the permissions of the bucket to allow read access from my other AWS accounts.

I logged in to a secondary AWS account with EC2 instances I want to  ...

Score: 0
Cannot browse from AWS instance to itself
cn flag
Gen

I created new AWS instance today and ran into a problem. Browsing (HTTPS) from external machines to my AWS instance works fine. When I browse from instance itself, I receive "Site can't be reached". The site is on IIS and the DNS name is bound to all IPs of this instance ("All unassigned").

Running nslookup on the instance yielded, that I receive right external IP while browsing from the instance ...

The Stunning Power of Questions

Much of an executive’s workday is spent asking others for information—requesting status updates from a team leader, for example, or questioning a counterpart in a tense negotiation. Yet unlike professionals such as litigators, journalists, and doctors, who are taught how to ask questions as an essential part of their training, few executives think of questioning as a skill that can be honed—or consider how their own answers to questions could make conversations more productive.

That’s a missed opportunity. Questioning is a uniquely powerful tool for unlocking value in organizations: It spurs learning and the exchange of ideas, it fuels innovation and performance improvement, it builds rapport and trust among team members. And it can mitigate business risk by uncovering unforeseen pitfalls and hazards.

For some people, questioning comes easily. Their natural inquisitiveness, emotional intelligence, and ability to read people put the ideal question on the tip of their tongue. But most of us don’t ask enough questions, nor do we pose our inquiries in an optimal way.

The good news is that by asking questions, we naturally improve our emotional intelligence, which in turn makes us better questioners—a virtuous cycle. In this article, we draw on insights from behavioral science research to explore how the way we frame questions and choose to answer our counterparts can influence the outcome of conversations. We offer guidance for choosing the best type, tone, sequence, and framing of questions and for deciding what and how much information to share to reap the most benefit from our interactions, not just for ourselves but for our organizations.