GithubHelp home page GithubHelp logo

adamkaram / ssl-checker Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 557 KB

check ssl and open ports for any website

Home Page: https://ssltestifier.vercel.app

JavaScript 25.14% TypeScript 73.33% CSS 1.53%
nextjs port port-checking postgressql prisma railway ssl ssl-certificates ssl-checker checking-tool

ssl-checker's Introduction

SSL Checker

SSL Checker website that allows you to easily check the SSL/TLS certificate of a website or server. It retrieves the certificate information and provides a summary of its validity, expiration date, and other relevant details. with port checking 345639151_1302011967382813_7204476683243615577_n

Features Check the SSL/TLS certificate of a website or server Retrieve certificate information such as issuer, subject, and validity period Display the expiration date and remaining validity period Support for both IPv4 and domain names Simple and easy-to-use command-line interfac like {/port} with port checking

to Run This Project loacally:

Getting Started

Prerequisites: nodejs

Run Locally :

npm i 
npx prisma migrate dev
npm run dev
# or
yarn i 
yarn dev
# or
pnpm dev

Open http://localhost:3000 with your browser to see the result. Notice : i've used Railway for DB integration u could use postgress locally makes No different port checker is working fine but in loacl server and subscribe membership of vercel cauz timeout if requests takes No more than 10 seconde then return 504 code

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

ssl-checker's People

Contributors

adamkaram avatar sweep-ai[bot] avatar

Watchers

 avatar

ssl-checker's Issues

sweep :fix this issue

in layout.tsx
move those lines to a new component and put 'use client ' line in first line of this file
then import it in layout.tsx

import React, { useState } from 'react';

const [theme, setTheme] = useState('light');

const toggleTheme = () => {
setTheme(theme === 'light' ? 'dark' : 'light');
};

      <button onClick={toggleTheme}>Toggle Theme</button>

sweep : check for error and fix

Failed to compile.

04:58:27.573 |  
04:58:27.574 | ./app/layout.tsx
04:58:27.574 | ReactServerComponentsError:
04:58:27.574 |  
04:58:27.574 | You're importing a component that needs useState. It only works in a Client Component but none of its parents are marked with "use client", so they're Server Components by default.
04:58:27.574 |  
04:58:27.574 | ,-[/vercel/path0/app/layout.tsx:1:1]
04:58:27.574 | 1 | import React, { useState } from 'react';
04:58:27.574 | : ^^^^^^^^
04:58:27.574 | 2 | import "./globals.css";
04:58:27.575 | 3 | import { Inter } from "next/font/google";
04:58:27.576 | 4 | import Footer from "./Footer";
04:58:27.576 | `----
04:58:27.576 |  
04:58:27.576 | Maybe one of these should be marked as a client entry with "use client":
04:58:27.576 | ./app/layout.tsx
04:58:27.576 |  
04:58:27.576 |  
04:58:27.576 | > Build failed because of webpack errors
04:58:27.605 | error Command failed with exit code 1.
04:58:27.605 | info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
04:58:27.627 | Error: Command "yarn run build" exited with 1

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.