Latest Server related questions

Score: 0
RBT avatar
The certificate request was submitted to the online authority, but was not issued. The request was denied
es flag
RBT

I've a Hyper-V lab with few VMs. I'm trying to renew expired server certificate for one of my virtual machines which is running Windows Server 2019 (version 1809). I'm trying to renew the certificate from IIS:

enter image description here

Certificate authority is residing on domain controller which is running Windows Server 2016 (version 1607). When I go through the certificate renewal wizard via IIS manager it gives below error:

Score: 0
Azure AD Kerberos decryption key rollover; new-azureADSSOAuthenticationContext; using token instead of pscredential
ae flag

We do the 30 days kerberos decryption key rollover process automated by using an "encrypted" password stored within a text file to create the neccessary PSCredential object for the Powershell command new-azureADSSOAuthenticationContext.

This works - but I want to improve the general security and want therefore to eliminate the PSCredential object for the Global Administrator of our Tenant on Azur ...

Score: 0
user227963 avatar
procmail rewrite subject line if email recipient user fails match test
in flag

I have a local procmail user "bob".

If an email arrives and matches [email protected], then no action should be taken.

However, if an email arrives and is [anything_else]@domain.com then I would like to rewrite the subject line to insert "[spam]" at the front of the subject line.

So it is a reverse match on "bob@" (match on anything other than bob@) and we preserve the original subject line, just prependi ...

Score: 0
JoBe avatar
Does Linux sshd support sftp RESUME
ng flag

a short question; does Linux sshd support resume on file transfer via sftp?

I've seen other similar questions, but not any real answer.

Score: 0
journalctl – Is there any Issue with generating a new Forward Secure Sealing (FSS) Key every 30 Seconds?
cn flag

Goal
Improve Security of the System by sealing the Journal Logs in a shorter Interval.

What could be Problems?

  1. System Performance?
  2. To Much different files were generated, so that I have to set the SystemMaxFiles=100 or the RunMaxFiles=100 to a extreme High Number?
  3. Anything else?

Command I used:
sudo journalctl --setup-keys --force --interval=30sec

--setup-keys
generates new Keypair

--force
generat ...

Score: 0
Preserve base URL for a proxied NGINX location
cn flag

I've got an NGINX config as follows:

server {
    listen       80;
    server_name  _;
    location = / {
        proxy_pass https://server-2.alice.com/;
        proxy_redirect  off;
        proxy_ssl_server_name on;
        proxy_ssl_session_reuse off;
    }
    location /app {
        proxy_pass http://server-6.alice.com:3000$request_uri;
        proxy_redirect  off;
        proxy_ssl_server_name ...
Score: 1
Angel avatar
Rate limit config not working in nginx
mx flag

I'm trying to rate limit any calls to URLs with prefix /api/, I've configured a rate limit with the configuration attached, but I'm not seeing any throttling when using Axios to test.

limit_req_zone $binary_remote_addr zone=mylimit:10m rate=1r/s;
server {
    server_name gmmff.test;
    root /home/angel/wdev/laravel/gmf/public;

    add_header X-Frame-Options "SAMEORIGIN";
    add_header X-Content- ...
Score: 0
vgaggia avatar
Forward traffic via multiple vps servers User ----> Solution ----> VPS 1 ----> Solution ----> VPS 2 ----> Internet
in flag

I've tried using Wireguard and a proxy to no avail, i'm not aware of any other ways of doing this, i'm open to suggestions for other ways of doing this, if anyone even wants to help with this,

My reason for doing this is basically this; i need to connect from South Africa to Asia Pacific, my ISP does not have capacity on the undersea cable that has direct access to asia pacific, so instead of get ...

Score: 0
Error uploading large files (>2gb) through nginx reverse proxy to container
za flag

I am running an application in a docker container (https://github.com/filebrowser/filebrowser/) that I am trying to upload very large (>2) gb files to. The container exposes the app on a nonstandard port on localhost which I connect to through a reverse proxy (so I can run multiple apps on one machine). The problem is when I upload a file over 2097152 bytes it errors out. I can see that the files is  ...

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.