Creating a new virtual server makes all SSL certificates invalid

What do you mean by this exactly?

I mean that I removed IPv6 completely from the interface?

root@ubuntu24-linode:/etc# ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
    link/ether 22:00:36:68:cc:b9 brd ff:ff:ff:ff:ff:ff
    inet 66.1.3.119/24 brd 66.228.49.255 scope global eth0
       valid_lft forever preferred_lft forever

Thanks!

We believe the issue is fixed now!

Try applying this patch to make it work now, or wait for the next Virtualmin release to fix it:

webmin patch https://github.com/virtualmin/virtualmin-gpl/commit/7a9456a
webmin patch https://github.com/virtualmin/virtualmin-gpl/commit/19473f6
1 Like

Thank you, as I don’t know where Virtualmin is located in the server so I cannot edit respective files I will maybe wait the fix update.

Just for curiosity there is a guide how to apply fix patch on Virtualmin?
Thanks anyway, I’m happy the issue should be resolved soon in the future.

Oh I understand maybe is a SSH command that apply the patch.
Thank you.

What do you mean? You just need to run the two commands above and do nothing else to make it work.

Yes, that’s right!

1 Like

Thanks! Will test this latest by tomorrow. It’s been crazy busy with other projects and luckily I didn’t have to create any new virtual servers lately :slight_smile:

2 Likes

Ok! I added couple virtual servers and so far all good. No static IPs written into Apache configs :slight_smile:

2 Likes

This two command should be run in a particular folder on the SSH or can be run in the root?
Thank you!

It should be run as root anywhere on the system, preferably via SSH.

1 Like

This topic was automatically closed 8 days after the last reply. New replies are no longer allowed.